Skip to main content

ModifyIpv6GatewayAttribute

Description

call ModifyIpv6GatewayAttribute to modify IPv6 gateway information.

Request Method

POST

Request Path

/apsara/route/Vpc/ModifyIpv6GatewayAttribute

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
DescriptionBODYstringNoipv6descriptiondescription information of IPv6 gateway.
regionIdBODYstringYesNo sample value for this parameter.region id
Ipv6GatewayIdBODYstringYesipv6gw-hp39kh1ya51yzp2lu****the id of the IPv6 gateway to be modified.
RegionIdBODYstringYescn-huhehaotethe region ID of the IPv6 gateway. You can obtain the region ID by calling the DescribeRegions interface.
versionBODYstringNo2016-01-01version of api
NameBODYstringNoipv6namethe name of the IPv6 gateway.

Return data

NameTypeSample valueDescription
RequestIdstring9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75request ID.

Example

Successful Response example

{
"RequestId":"9DFEDBEE-E5AB-49E8-A2DC-CC114C67AF75"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}